home *** CD-ROM | disk | FTP | other *** search
- ###############################################################################
- #
- # terminal setup file for Meshugena, a VT220 terminal emulation program.
- # Copyright 21-mar-1988 Michael S. Leibow.
- #
- ###############################################################################
- #
- # Comment lines start with a '#'
- # Blank lines are ignored
- #
- # format of a command line is:
- # command : args # comment
- # White space and caps are optional.
- # If a capital letter is necessary in the argument list, precede the cap with
- # a backslash character (\).
- #
- ###############################################################################
-
- autowrap : off # on or off
- localecho : off # if on key strokes are echoed
- number columns : 80 # 80 or 132
- font size : big # big or small
- cursor style : block # block or underscore
- cursor blink : on # on or off
- reverse video : off # on or off
- jump scroll : on # on or off
- blink rate : 500 # number of milliseconds per 1/3 cycle.
- parser : ansi # ansi or vt52
- conformance level : vt220 8 bits # ignored if parser = vt52
- transcript lines : 200 # range is 0 to some reasonable amount
-
- # if ON, the backspace key will send the delete code, and the delete key
- # will send the backspace code.
- backspace delete swapped : off
-
- ############################### serial setup ##################################
-
- baud : 1200 # can be 110, 300, 600, 1200, 1800, 2400, 3600,
- # 4800, 9600, 19200
- stop bits : 1 # can be 1 or 2.
- word length : 8 # can be 7 or 8
- parity : none # none, even, odd, mark, space
- buffer size : 512 # 512 minimum
-
- ########################### MENU hotkey definitions ############################
-
- # FILE save defaults hotkey :
- # FILE load defaults hotkey :
- TERMINAL reset hotkey : r
- TERMINAL hard reset hotkey : \R
- TERMINAL send break hotkey : .
- DISPLAY clear screen hotkey : c
- DISPLAY auto wrap hotkey : w
- DISPLAY echo hotkey : e
- DISPLAY horizontal tracking hotkey : h
- DISPLAY vertical tracking hotkey : v
- #DISPLAY cursor enabled hotkey :
- #DISPLAY 80 column mode hotkey :
- #DISPLAY 132 column mode hotkey :
- DISPLAY big font hotkey : b
- DISPLAY small font hotkey : s
- #DISPLAY block cursor hotkey :
- #DISPLAY underscore cursor hotkey :
- DISPLAY reverse video hotkey : n
- #DISPLAY jump scroll hotkey :
- #KEYBOARD bs and delete swapped hotkey :
- #KEYBOARD numeric keypad hotkey :
- #KEYBOARD cursor keys applications mode hotkey :
- PARSER reset hotkey : p
- PARSER vt52 hotkey : 5
- PARSER vt100 hotkey : 1
- PARSER VT200 7 bits hotkey : 7
- PARSER VT200 8 bits hotkey : 8
-
- ######### window information ##################################################
- #
- # window position is stronger then width and height. If the width and height
- # are too big, then they are made smaller so that the window will fit at the
- # x and y position given. If the new width and height values make the window
- # smaller than its minimum size, then the position will be changed to
- # accomodate the size of a minimum window. After all of this garbage takes
- # place, the window will be rendered.
- #
- # a value of "max" may be used to try and get the maximum width or height.
- #
- # for example,
- #window x position : 0
- #window y position : 12
- #window width : 640
- #window height : 200 # this height value will be adjusted to let
- # # the window fit.
- #
-
- window x position : 0
- window y position : 0
- window width : max
- window height : max
-
- scrollbars : on # if on borders and scrollbars in window
- # if tracking is on, the cursor will not be able to move off of the display.
- Horizontal Tracking : off # ignored if scrollbars = off
- vertical Tracking : on # ignored if scrollbars = off
- screen type : workbench # workbench or custom
- #interlace : on # on or off ... Ignored if workbench
-
- ####### font information ######################################################
- big font normal : f80/8
- big font ld normal : fld80/8
- small font normal : f132/8
- small font ld normal : fld132/8
-